home *** CD-ROM | disk | FTP | other *** search
/ Champak 64 / Volume 64 - JOGO DISK .iso / Games / skecthpad.swf / scripts / DefineButton2_549 / BUTTONCONDACTION on(release).as
Text File  |  2008-04-25  |  109b  |  6 lines

  1. on(release){
  2.    _root.pusher = _root.nameinput;
  3.    _root.submscore = true;
  4.    gotoAndStop("menu_04");
  5. }
  6.